home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / Spectro / Source / WaterfallView.h < prev    next >
Text File  |  1992-01-22  |  291b  |  20 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/View.h>
  5.  
  6. @interface WaterfallView:View
  7. {
  8.     id  myMin;
  9.     id  myMax;
  10.     id  plotHeight;
  11. }
  12.  
  13. - printMyPSCode:sender;
  14. - setup: (int) numPlots length: (int) numPoints;
  15. - drawNext: (float *) f;
  16. - placeTickAt: (int) height;
  17. - clear;
  18.  
  19. @end
  20.